runtime/pprof.Profile.count (field)

9 uses

	runtime/pprof (current package)
		pprof.go#L176: 	count func() int
		pprof.go#L188: 	count: countGoroutine,
		pprof.go#L194: 	count: countThreadCreate,
		pprof.go#L200: 	count: countHeap,
		pprof.go#L206: 	count: countHeap, // identical to heap profile
		pprof.go#L212: 	count: countBlock,
		pprof.go#L218: 	count: countMutex,
		pprof.go#L296: 	if p.count != nil {
		pprof.go#L297: 		return p.count()